feat(i18n): extract en translations — context/lib/misc#1251
Merged
src-opn merged 3 commits intodifferent-ai:devfrom Apr 3, 2026
Merged
feat(i18n): extract en translations — context/lib/misc#1251src-opn merged 3 commits intodifferent-ai:devfrom
src-opn merged 3 commits intodifferent-ai:devfrom
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
@johnnyshields is attempting to deploy a commit to the Different AI Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
The following comment was made by an LLM, it may be inaccurate: |
167c33e to
9d760fb
Compare
9d760fb to
cc08fbb
Compare
Contributor
Author
|
@benjaminshafii I've raised 4 I18n PRs with the intention of first converting keys to EN, then translating for all languages (previously I handled the Japanese I18n PR). If you can help merge I'll resolve conflicts as each PR is merged, then when all 4 are done I'll handle the other languages. LMK, thanks! |
cc08fbb to
d94d8eb
Compare
d94d8eb to
8f995b7
Compare
Collaborator
|
same same, plz rebase |
8f995b7 to
a925843
Compare
Contributor
Author
|
Rebased, please merge. |
Extract hardcoded English strings to i18n keys for: - automations context, providers store, shared-bundles - mcp-auth-modal, onboarding-workspace-selector, question-modal Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fix missed strings not covered by reference diff: - automations: schedule_required, prompt_required, prompt_empty, server_unavailable in deleteScheduledJob, failed_to_load in local block, provider_id_required (2 missed instances in store.ts) - mcp-auth-modal: request_timed_out - question-modal: Submit/Next button labels (common.submit, common.next) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
a925843 to
13271ef
Compare
Contributor
Author
|
Please merge! |
benjaminshafii
added a commit
that referenced
this pull request
Apr 4, 2026
This reverts commit c349413.
benjaminshafii
added a commit
that referenced
this pull request
Apr 4, 2026
* Revert "fix(i18n/zh): cleanups to Chinese translations (#1341)" This reverts commit 03ee1f2. * Revert "feat(i18n): add Thai language + missing translations for all other locales (#1339)" This reverts commit db0f94e. * Revert "feat(i18n): extract en translations — session area (#1249)" This reverts commit 3271af4. * Revert "feat(i18n): extract en translations — pages (#1250)" This reverts commit e006aca. * Revert "feat(i18n): extract en translations — context/lib/misc (#1251)" This reverts commit c349413.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
automations.ts(context),providers/store.ts,shared-bundles.ts,mcp-auth-modal,onboarding-workspace-selector,question-modalen.tstranslation keys addedparamsinterpolation support tot()function ini18n/index.tsWhat changed
providers/store.ts— all error/status messages (auth failed, rate limit, provider errors with{provider}interpolation)shared-bundles.ts— titles, descriptions, validation errors (invalid_url, url_must_be_https)automations.ts(context) — server status messages, validation errorsmcp-auth-modal— auth flow strings (already_connected, authorization link, timeout)question-modal— counter, navigation, submit/next buttons